home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
dev
/
gui
/
BGUI11B.lha
/
docs
/
seperatorclass.doc
< prev
next >
Wrap
Text File
|
1994-07-31
|
3KB
|
90 lines
$RCSfile: seperatorclass.doc,v $
Description: Seperatorclass documentation.
Copyright: (C) Copyright 1994 Jaba Development.
(C) Copyright 1994 Jan van den Baard.
All Rights Reserved.
$Author: jaba $
$Revision: 1.1 $
$Date: 1994/07/25 20:25:13 $
------------------------------------------------------------------------------
TABLE OF CONTENTS
seperatorclass/--background--
seperatorclass/Methods
seperatorclass/Attributes
seperatorclass/--background-- seperatorclass/--background--
NAME
Class: seperatorclass
Superclass: GADGETCLASS
Include File: <libraries/bgui.h>
FUNCTION
To provide you with a simple way to seperate different groups of
objects with a single 3D line with or without a descriptive title. As
this class is read-only it will not send out any form of notification.
seperatorclass/Methods seperatorclass/Methods
NEW METHODS
None.
CHANGED METHODS
None.
seperatorclass/Attributes seperatorclass/Attributes
NAME
SEP_Horiz -- ( BOOL )
FUNCTION
To make the seperator a horizontal one. By default the seperator is
vertical. Vertical seperators must be used in horizontal groups and
horizontal seperators in vertical groups.
Default is FALSE. Applicability is (I).
NAME
SEP_Title -- ( STRPTR )
FUNCTION
To give the seperator a descriptive title. Please note that this
attribute is only useful and processed for horizontal seperators.
Default is NULL. Applicability is (I).
NAME
SEP_Thin -- ( BOOL )
FUNCTION
To make the seperator thin which means that the width of the bar is
reduced to two pixels. Please note that this attribute is only useful
and processed for vertical seperators.
Default is FALSE. Applicability is (I).
NAME
SEP_Highlight -- ( BOOL )
FUNCTION
To render the seperator title using the HIGHLIGHTTEXTPEN instead of
the default TEXTPEN color. Please note that this attribute is only
useful and processed for horizontal seperators.
Default is FALSE. Applicability is (I).
NAME
SEP_CenterTitle -- ( BOOL )
FUNCTION
To render the seperator title in the center of the seperator bar
instead of the text baseline on the seperator bar. Please not that
this attribute is only useful and processed for horizontal seperators.
Default is FALSE. Applicability is (I).